CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sort string

搜索资源列表

  1. p2

    0下载:
  2. 字符串字符分类排序-Sort string of characters
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:885
    • 提供者:陈鹏
  1. 一个通用的排序程序

    0下载:
  2. 此程序还不能对字符串排序,望能予以改进-A general soring program.*It can t sort string, and need to be improved.
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:722
    • 提供者:
  1. stringsort

    0下载:
  2. 一个可以对字符串进行选择排序和冒泡排序的小程序-A string can choose to sort and bubble sort of small programs
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:1139
    • 提供者:wangweipeng
  1. sortVC

    1下载:
  2. vc++6.0写的排序软件,实现了对字符、字符串的排序,对文件夹中的文件按文件名、文件大小以及最近修改时间的排序。用户可以根据自己的需求在软件的首界面选择要排序的方式。-vc++ 6.0 to write the sort of software to realize the characters, the sort string for files in that folder by file name, file size and modification time of the sort
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-10
    • 文件大小:1004821
    • 提供者:凌涵
  1. Sort

    0下载:
  2. 冒泡排序的经典C程序,读入一个字符文件,对其中的字符串进行字典排序,输出到文件并保存。值得参考。-Bubble Sort classic C program, reading characters into a document, on which to sort the dictionary string, the output to a file and save. Worth considering.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:11065
    • 提供者:zsj
  1. sort_56_06

    1下载:
  2. 实现对字符串与整数的排序,附有详细的设计报告,并有多种算法的实现流程图-To achieve the sort string and integer, with detailed design report and the realization of a variety of algorithm flow chart
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-10
    • 文件大小:243422
    • 提供者:易水寒
  1. java_applet

    0下载:
  2. Applet类与Applet小程序,数组 向量 字符串 递归 排序-Applet applet Applet class, recursive sort string array vector
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:658794
    • 提供者:guaiguai
  1. ssd7exercise4

    0下载:
  2. 1使用到了stl sorting 2stl find 3实现所有声明的函数。 关键方法是: virtual Listing sort(string field) 根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。 virtual Listing filter(string keyword) 筛选出whose name or descr iption contains
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:660424
    • 提供者:邹斌
  1. string

    0下载:
  2. 字符串排序,共有5个排序,bubble,insertion,merge,heap,quick,能排大规模数据-String sorting, a total of 5 sort, bubble, insertion, merge, heap, quick, large-scale data can be ranked
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:181665
    • 提供者:pb07210214
  1. sort

    0下载:
  2. 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:572
    • 提供者:卡卡
  1. char_manipulation

    0下载:
  2. 包含几个字符操作的经典程序:数字字符转换成数值、统计单词出现次数、选择法进行字符串排序、在串中查找一个字串出现的次数、字符串的选择法排序、字符串中的大写字母改小写字母-Contains several classic characters operating procedures: digital characters into numerical, statistical word occurrences, select the sort method for strings, a strin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2639
    • 提供者:fangchen
  1. sort_str

    0下载:
  2. 字符串排序的汇编程序。程序运行后从键盘输入多个字符串,各字符串回车结束,空字符串结束输入。将输入的字符串排序后输出到屏幕-Sort string assembler. After running over a string from the keyboard, enter the end of the string, an empty string end of the input. After sorting the input string output to the screen
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2228
    • 提供者:zlm
  1. string-sort

    0下载:
  2. 在2010年百度公司的一次校园招聘笔试中,要求应聘者设计一个strnumcmp函数。对比普通的strcmp函数,差别在于,当字符串中包含数字时,比较数字大小。数字大小相同或 不含数字时,仍然沿用原来的strcmp方式。所有不含数字的字符串均小于含数字的字符串。每个字符串的长度范围为1 ~ 30,而其中包含的数字个数范围为0 ~ 8,且数字在一 个字符串中是连续的。 例如:strnumcmp的判定结果:"abc"<"abc#"<"abcd"<"abc1"&
  3. 所属分类:IT Hero

    • 发布日期:2017-04-01
    • 文件大小:15279
    • 提供者:jin
  1. sort

    0下载:
  2. 用快速排序算法,对大量数字(int)和字符串(string)进行排序,并对比算法运行时间和效率。-Using quick sort algorithm, a large number of digital (int) and string (string) to sort and compare the algorithm running time and efficiency.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1467418
    • 提供者:sharp
  1. Sort

    0下载:
  2. 这份代码用堆排序实现了对一个字符串内部字符的排序。-this file implements the sort of a string by using heap sort.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:667
    • 提供者:zjh
  1. sort

    0下载:
  2. 后缀子串排序,这个程序可以对一个字符串的所有后缀子串进行排序-you can sort a string using this program
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:851636
    • 提供者:yanrui
  1. sort-string

    0下载:
  2. 从键盘输入一组字符串,并将这组字符串排序,将排序后的结果输出。-A set of strings from the keyboard input, and this set of strings sort will sort the results output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:918
    • 提供者:张宇
  1. sort.cpp

    0下载:
  2. 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:1078
    • 提供者:汪亚男
  1. UserControl

    0下载:
  2. C#创建用户控件的演示源码,演示程序是一个排序字符串程序,在“原始字符串:”栏中输入字符串后,单击键盘Tab键,还可以进行逆序字符串功能,不但学习了用户控件的编写方法,还捎带研究了C#的字符串排序功能,一举两得-C# source code to create a user control to demonstrate the demonstration program is a sort string program in the original string: " enter th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:12708
    • 提供者:seivin
  1. Sort

    0下载:
  2. C# WinForm 字符串的简单排序-Simple sort of C# WinForm string
  3. 所属分类:C#编程

    • 发布日期:2017-04-06
    • 文件大小:43848
    • 提供者:suyujie
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com